projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c5805a
)
rockchip: rk3288: include header for back_to_bootrom
author
Philipp Tomsich
<
[email protected]
>
Mon, 29 Apr 2019 22:00:38 +0000
(
00:00
+0200)
committer
Philipp Tomsich
<
[email protected]
>
Wed, 1 May 2019 07:40:59 +0000
(09:40 +0200)
To avoid a warning, we need to include the header defining
back_to_bootrom for us.
Signed-off-by: Philipp Tomsich <
[email protected]
>
arch/arm/mach-rockchip/rk3288-board-tpl.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/rk3288-board-tpl.c
b/arch/arm/mach-rockchip/rk3288-board-tpl.c
index a9848067ba18b7e40b1b58dfce1f02920cdeeb8f..787129bbaeaf1f4f8f3be7047c4baa17243a8cdd 100644
(file)
--- a/
arch/arm/mach-rockchip/rk3288-board-tpl.c
+++ b/
arch/arm/mach-rockchip/rk3288-board-tpl.c
@@
-10,6
+10,7
@@
#include <spl.h>
#include <version.h>
#include <asm/io.h>
+#include <asm/arch-rockchip/bootrom.h>
#include <asm/arch-rockchip/clock.h>
#include <asm/arch-rockchip/sys_proto.h>
#include <asm/arch-rockchip/timer.h>